CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mpi sort

搜索资源列表

  1. sort-mpi

    0下载:
  2. * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3350
    • 提供者:lrl
  1. spmain

    0下载:
  2. 用MPI实现的冒泡排序。在VC环境下开发。-Bubble sort implemented with MPI. Development in the VC environment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2347
    • 提供者:李光瑞
  1. sorting

    0下载:
  2. Assumptions  There are p processors sorting n numbers.  Each processor begins with n=p numbers stored in the array x  All numbers are in the range 0 : : : M 􀀀 1  When the sorting algorithm ends, each processors has a sorted list o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:63452
    • 提供者:ghn
  1. paixu

    0下载:
  2. 排序算法用MPI实现 并行初步PDF教程-sort mpi
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:829440
    • 提供者:hunterd
  1. mpi_sort

    0下载:
  2. this is a simple merge sort algorithm by MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:632988
    • 提供者:chen
  1. meijupaixu

    0下载:
  2. MPI并行枚举排序 使用MPI函数进行并行枚举排序操作 visual studio编程 linux下运行-Parallel enumeration sort
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1157482
    • 提供者:zddniu
  1. mpi_linux

    0下载:
  2. This code is in linux and mpi is one of linux library ,I wrote it in C++ and this code can sort more than one milion integer inputs and when we want to compile and run this code if we wrote the number cores that there are in our system,this code able
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11508
    • 提供者:sajad
  1. qs_mpi

    0下载:
  2. This is a working mpi program for quick sort. N is amount of elements for sorting. For instance, it is using random generator during filling the massive.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1325
    • 提供者:Denys
  1. Guru.tar

    0下载:
  2. Parallel Merge sort (MPI is used for distrubution)
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:2527
    • 提供者:Guru
  1. Emeijubympin

    0下载:
  2. 用mpi实现的枚举排序,测试请在在mpi的并行环境中进行 -Test in mpi parallel environment mpi implemented enumeration sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2338
    • 提供者:overflow
  1. Umpi_quick_sos

    0下载:
  2. 用并行mpi进行快速排序 用并并行mpi进行快速排序 -Quick sort using parallel mpi parallel mpi quicksort
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:2524
    • 提供者:察觉
  1. Pmpi_psrs_sora

    0下载:
  2. 并行正则采样排序 用mpi实实现的 测试请用mpi的并行环境 -The parallel regular sample sort with mpi real implementation test with mpi parallel environment
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:2594
    • 提供者:分开
  1. bsortpara

    0下载:
  2. prallel bubble sort algorithm with MPI
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:1430
    • 提供者:zaid
  1. mpi_guibing

    0下载:
  2. 用mpi实现的归并排序算法,在ubuntu12.04下调试通过-With the realization of mpi merge sort algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-26
    • 文件大小:982
    • 提供者:linsypher
  1. MPI-for-C

    0下载:
  2. 压缩文件中的程序是基于C代码的MPI并行程序,包括基本的MPI基本函数的调用,适合MPI入门,包括一个排序的MPI程序-Zip file program is based on the C code MPI parallel programs, including basic call MPI basic functions for MPI entry, including a sort of MPI programs
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:3803
    • 提供者:王昕
  1. evenodd-transport-sort-search

    0下载:
  2. PARALLEL MERGESORT USING MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1199
    • 提供者:nidhi
  1. New-folder4

    0下载:
  2. MPI sort type 2 is tested
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:ArashAmin
  1. mpi-merge-sort

    0下载:
  2. This a MPI merge sort source code -This is a MPI merge sort source code
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1046
    • 提供者:Mohamed Sha3ban
  1. quicksortMPI

    0下载:
  2. sort parallel algorithm by mpi
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:mokha
  1. sample sort with mpi

    0下载:
  2. sample sort using mpi to messages passing
  3. 所属分类:mathematica

    • 发布日期:2019-11-11
    • 文件大小:2668
    • 提供者:testet
« 1 2 34 »
搜珍网 www.dssz.com